GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-24T10:10:30.4310116+00:00",
"SubmitDate": "2026-02-24T10:10:30.4310116+00:00",
"ReportPeriodStart": "2026-02-24T10:10:30.4310116+00:00",
"ReportPeriodEnd": "2026-02-24T10:10:30.4310116+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "eb5b805a-f5ad-4f5b-9d9a-7e22fe6691e7",
"Rows": [
{
"ItemId": "979c23c3-8190-42f2-b68b-248eb96e0197",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "979c23c3-8190-42f2-b68b-248eb96e0197",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "eb5b805a-f5ad-4f5b-9d9a-7e22fe6691e7",
"Rows": [
{
"ItemId": "979c23c3-8190-42f2-b68b-248eb96e0197",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "979c23c3-8190-42f2-b68b-248eb96e0197",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"27eb65f8-9697-4615-aa0a-d2f373bb414a",
"2daef06c-9631-4a24-adf1-d9ed86763128"
],
"Approvers": [
"d25001c6-9f15-4d92-a622-92272e7f0003",
"7e509d75-5136-4996-88eb-af4db43dc222"
],
"ApprovedBy": "3858921a-2731-423c-832a-f5e4a02ce086",
"ApprovalDate": "2026-02-24T10:10:30.4310116+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b2518ded-7836-4d8f-9120-8fb3854dc371",
"id": "e563292d-b7e1-4f84-a243-c263c6def5be",
"ConfigId": "9e128601-6ad2-4eb5-b413-a587680e2447"
},
{
"GenerationDate": "2026-02-24T10:10:30.4310116+00:00",
"SubmitDate": "2026-02-24T10:10:30.4310116+00:00",
"ReportPeriodStart": "2026-02-24T10:10:30.4310116+00:00",
"ReportPeriodEnd": "2026-02-24T10:10:30.4310116+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "eb5b805a-f5ad-4f5b-9d9a-7e22fe6691e7",
"Rows": [
{
"ItemId": "979c23c3-8190-42f2-b68b-248eb96e0197",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "979c23c3-8190-42f2-b68b-248eb96e0197",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "eb5b805a-f5ad-4f5b-9d9a-7e22fe6691e7",
"Rows": [
{
"ItemId": "979c23c3-8190-42f2-b68b-248eb96e0197",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "979c23c3-8190-42f2-b68b-248eb96e0197",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"27eb65f8-9697-4615-aa0a-d2f373bb414a",
"2daef06c-9631-4a24-adf1-d9ed86763128"
],
"Approvers": [
"d25001c6-9f15-4d92-a622-92272e7f0003",
"7e509d75-5136-4996-88eb-af4db43dc222"
],
"ApprovedBy": "3858921a-2731-423c-832a-f5e4a02ce086",
"ApprovalDate": "2026-02-24T10:10:30.4310116+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b2518ded-7836-4d8f-9120-8fb3854dc371",
"id": "e563292d-b7e1-4f84-a243-c263c6def5be",
"ConfigId": "9e128601-6ad2-4eb5-b413-a587680e2447"
}
]